home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TOUTPUTFORM / TOUTPUTFORM.txt
Text File  |  2004-10-12  |  1KB  |  62 lines

  1. object OutputForm: TOutputForm
  2.   Left = 348
  3.   Top = 299
  4.   Width = 500
  5.   Height = 355
  6.   BorderIcons = [biSystemMenu]
  7.   BorderWidth = 8
  8.   Caption = 'Execution Error'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 476
  24.     Height = 16
  25.     Align = alTop
  26.     AutoSize = False
  27.     Caption = 'Program output:'
  28.   end
  29.   object eOut: TMemo
  30.     Left = 0
  31.     Top = 16
  32.     Width = 476
  33.     Height = 262
  34.     Align = alClient
  35.     ReadOnly = True
  36.     ScrollBars = ssBoth
  37.     TabOrder = 0
  38.     WantReturns = False
  39.     WordWrap = False
  40.   end
  41.   object Panel1: TPanel
  42.     Left = 0
  43.     Top = 278
  44.     Width = 476
  45.     Height = 34
  46.     Align = alBottom
  47.     BevelOuter = bvNone
  48.     TabOrder = 1
  49.     object bClose: TButton
  50.       Left = 200
  51.       Top = 8
  52.       Width = 75
  53.       Height = 25
  54.       Cancel = True
  55.       Caption = '&Close'
  56.       Default = True
  57.       ModalResult = 2
  58.       TabOrder = 0
  59.     end
  60.   end
  61. end
  62.